Relationship between databases [closed]

Posted by user1525474 on Programmers See other posts from Programmers or by user1525474
Published on 2012-10-16T19:40:13Z Indexed on 2012/10/17 5:24 UTC
Read the original article Hit count: 99

Filed under:

Hi I am getting ready to create my first web aplication.I have some knowledge of databases but I have never used databases with relationship created beetween them and also I am not sure how to acces the data in the relationship.My experience is limited to basic CRUD applications and working on simple tables with no realtionship using PHP and MySql.

For example I will be creating a login system and for each user I would like to create a profile page that store different data(name , address , profile image etc.).Some of the info will be the same in both tables so there is no point in creating the same table twice.

What I would like is if anyone can tell of some tutorials so I can better understand the concept?

© Programmers or respective owner

Related posts about rdbms